home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / Dreamweaver / dreamw.exe / data1.cab / App_Files / Configuration / Objects / Head / Description.js < prev    next >
Encoding:
JavaScript  |  1999-12-09  |  382 b   |  13 lines

  1. // Copyright 1999 Macromedia, Inc. All rights reserved.
  2.  
  3. //---------------   GLOBAL VARIABLES   ---------------
  4.  
  5. var helpDoc = MM.HELP_objDescription;
  6.  
  7. //---------------     API FUNCTIONS    ---------------
  8.  
  9. function objectTag() {
  10. // Return the html tag that should be inserted
  11.   return '<meta name="description" content="' + document.theForm.Description.value + '">'
  12. }
  13.